Get all Datasources for a Tenant.

{ getDataSourcesByTenant }

Get all Datasources for a Tenant.

Method

/API2/dataSources/getDataSourcesByTenant

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2018.5.2
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    tenantId

    Type

    string

    Description

    The tenant's ID

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    Result object with success or failure flag and related messages. Also includes the servers found. Note that the response is returned as a list of items of this object type.

    Notes

    The returned datasource list is a list of IDs only. Use function getDataSourceById to get the metadata for each item.